home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo
- echo
- echo All of the files for this program must be on the same disk drive
- echo or in the same(default) directory for the program to run properly.
- echo
- echo There is a calculator provided in this program, F2 activates it
- echo and A, B, C, D or Esc removes the calculator and continues the
- echo main program. It is suggested that you learn to work the problems
- echo with the calculator that you are going to take with you to the
- echo examination session.
- echo
- echo When you are going through the entire pool, enter A, B, C, or D
- echo until you select the correct answer. When the correct answer is
- echo selected, the word correct will appear. During the sample tests,
- echo correct will not appear, but you can use F1 to find out how many
- echo questions are remaining to be answered.
- echo
- echo To run the program in the future, type GENERAL at the dos prompt.
- echo
- echo
- pause
- general
- cls
-
-